Add Python clickhouse-migrations to schema migration tools (and disambiguate the Node.js entry)#6477
Open
zifter wants to merge 1 commit into
Open
Add Python clickhouse-migrations to schema migration tools (and disambiguate the Node.js entry)#6477zifter wants to merge 1 commit into
zifter wants to merge 1 commit into
Conversation
|
@zifter is attempting to deploy a commit to the ClickHouse Team on Vercel. A member of the Team first needs to authorize it. |
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The Schema migration tools for ClickHouse knowledge-base page lists
clickhouse-migrationsin the "Other Tools in the Ecosystem" table, but the link points to the npm / Node.js package. There is a separate, actively maintained Python project of the same name that isn't represented:This PR:
ON CLUSTER/ replicated) support,--dry-runand--fakemodes, and multi-statement migration files. Supports Python 3.9–3.14, MIT licensed.Only the one table in
knowledgebase/schema_migration_tools.mdis changed; no other content is touched.Why
Readers searching for a Python-native ClickHouse migration tool currently see only Houseplant and Alembic, and the same-named Node.js entry is easy to mistake for the Python package. Disambiguating the name and listing the Python project makes the ecosystem table accurate and more useful.